Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / YSQb<OtQb> Class / OnLoad Method


In This Topic
    OnLoad Method (YSQb<OtQb>)
    In This Topic
    Called when the form is first loaded.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overrides Sub OnLoad( _
       ByVal dtQb As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As YSQb(Of OtQb)
    Dim dtQb As System.EventArgs
     
    instance.OnLoad(dtQb)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnLoad( 
       System.EventArgs dtQb
    )

    Parameters

    dtQb
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also